projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
212daf1
)
(describe-buffer-case-table): Use set-char-table-range.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 11 Nov 1995 20:39:37 +0000
(20:39 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 11 Nov 1995 20:39:37 +0000
(20:39 +0000)
lisp/case-table.el
patch
|
blob
|
history
diff --git
a/lisp/case-table.el
b/lisp/case-table.el
index 3efa3d3f27e796bdc895e02e023417ad6a15e1a3..4ca99806015243bb72795e3710f3d3e699952f45 100644
(file)
--- a/
lisp/case-table.el
+++ b/
lisp/case-table.el
@@
-40,7
+40,7
@@
(let ((description (make-char-table 'case-table)))
(map-char-table
(function (lambda (key value)
- (set-c
ase
-table-range
+ (set-c
har
-table-range
description key
(cond ((null key)
"case-invariant")